Skip to content

ListObservable.RemoveAt(int) method

Defined in

Type: ListObservable Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

public void RemoveAt(int index)

Summary: Removes the ListObservable item at the specified index.

Parameters

NameTypeDescription
indexintThe index of the item to remove.